go/types.term.includes (method)

4 uses

	go/types (current package)
		instantiate.go#L232: 		if !t.includes(V) {
		instantiate.go#L239: 				if tt.includes(V) {
		termlist.go#L128: 		if x.includes(t) {
		typeterm.go#L107: func (x *term) includes(t Type) bool {